Accusoft.ImagXpress13.Net
SetTagInt32(Int32[]) Method




An integer 32 which represents the tag data.
Sets Tag Data of type long or int32.
Syntax
'Declaration
 
Public Overloads Sub SetTagInt32( _
   ByVal TagData() As Integer _
) 
'Usage
 
Dim instance As ImageXTag
Dim TagData() As Integer
 
instance.SetTagInt32(TagData)
public void SetTagInt32( 
   int[] TagData
)
public: void SetTagInt32( 
   int[]* TagData
) 
public:
void SetTagInt32( 
   array<int>^ TagData
) 

Parameters

TagData
An integer 32 which represents the tag data.
Remarks

Note: Tag type UInt16 (Tag_Short) is returned at Int32[] because UInt16 is not CLS complaint.

Note: Available in Professional edition.

See Also

Reference

ImageXTag Class
ImageXTag Members
Overload List

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback